BeginSolidMesh Method

Begins an Immediate Solid Mesh, which can be used to draw dynamic 3D planes on the fly.

Syntax
public ISolidMesh BeginSolidMesh( 
   bool isTriandleStripes
)

Parameters

isTriandleStripes

Return Value

The SciChart.Charting3D.Visuals.Primitives.ISolidMesh which can be used for creating dynamic 3D planes on the fly.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also